home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / sbus / char / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  2.4 KB  |  76 lines

  1.  
  2. menu "Misc Linux/SPARC drivers"
  3.  
  4. config SUN_OPENPROMIO
  5.     tristate "/dev/openprom device support"
  6.     help
  7.       This driver provides user programs with an interface to the SPARC
  8.       PROM device tree. The driver implements a SunOS-compatible
  9.       interface and a NetBSD-compatible interface.
  10.  
  11.       To compile this driver as a module, choose M here: the
  12.       module will be called openprom.
  13.  
  14.       If unsure, say Y.
  15.  
  16. config OBP_FLASH
  17.     tristate "OBP Flash Device support"
  18.     depends on SPARC64
  19.     help
  20.       The OpenBoot PROM on Ultra systems is flashable. If you want to be
  21.       able to upgrade the OBP firmware, say Y here.
  22.  
  23. config TADPOLE_TS102_UCTRL
  24.     tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)"
  25.     depends on EXPERIMENTAL
  26.     help
  27.       Say Y here to directly support the TS102 Microcontroller interface
  28.       on the Tadpole Sparcbook 3.  This device handles power-management
  29.       events, and can also notice the attachment/detachment of external
  30.       monitors and mice.
  31.  
  32. config SUN_JSFLASH
  33.     tristate "JavaStation OS Flash SIMM (EXPERIMENTAL)"
  34.     depends on EXPERIMENTAL && SPARC32
  35.     help
  36.       If you say Y here, you will be able to boot from your JavaStation's
  37.       Flash memory.
  38.  
  39. config BBC_I2C
  40.     tristate "UltraSPARC-III bootbus i2c controller driver"
  41.     depends on PCI && SPARC64
  42.     help
  43.       The BBC devices on the UltraSPARC III have two I2C controllers.  The
  44.       first I2C controller connects mainly to configuration PROMs (NVRAM,
  45.       CPU configuration, DIMM types, etc.).  The second I2C controller
  46.       connects to environmental control devices such as fans and
  47.       temperature sensors.  The second controller also connects to the
  48.       smartcard reader, if present.  Say Y to enable support for these.
  49.  
  50. config ENVCTRL
  51.     tristate "SUNW, envctrl support"
  52.     depends on PCI && SPARC64
  53.     help
  54.       Kernel support for temperature and fan monitoring on Sun SME
  55.       machines.
  56.  
  57.       To compile this driver as a module, choose M here: the
  58.       module will be called envctrl.
  59.  
  60. config DISPLAY7SEG
  61.     tristate "7-Segment Display support"
  62.     depends on PCI && SPARC64
  63.     ---help---
  64.       This is the driver for the 7-segment display and LED present on
  65.       Sun Microsystems CompactPCI models CP1400 and CP1500.
  66.  
  67.       To compile this driver as a module, choose M here: the
  68.       module will be called display7seg.
  69.  
  70.       If you do not have a CompactPCI model CP1400 or CP1500, or
  71.       another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
  72.       you should say N to this option.
  73.  
  74. endmenu
  75.  
  76.